function print() { for (i in arguments) { write(arguments[i]); } } function println() { for (i in arguments) { print(arguments[i]); } print("
"); }